home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10664 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  878 b 

  1. Path: druid.borland.com!usenet
  2. From: mstave@wpo.borland.com (Matt Stave)
  3. Newsgroups: comp.lang.c++,comp.lang.c
  4. Subject: Re: debug before main()
  5. Date: Sat, 09 Mar 1996 01:58:18 GMT
  6. Organization: Borland International
  7. Message-ID: <4hqolg$kce@druid.borland.com>
  8. References: <Pine.SOL.3.91.960305171701.17346B-100000@hamlet.uncg.edu>
  9. NNTP-Posting-Host: mstave2.borland.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. "QIAN . ZHONG" <q_zhong@hamlet.uncg.edu> wrote:
  13.  
  14. > Hi, folks:
  15.  
  16. > What is the good way to debug the program before main(), I am using Borland
  17. >compiler, which generate a map file, and show the program entry point is 
  18. >0000:0000, relative memory start point,
  19. >how to load the program and start debug from 0000:0000 ?
  20.  
  21.  
  22. > Qian Zhong
  23. > Department of Chemistry.
  24. > UNC, Greensboro
  25. > Email: q_zhong@hamlet.uncg.edu
  26.  
  27. TDW (or TD or TD32) -l
  28. (That's a lower-case L)
  29.  
  30. --- Matt
  31.  
  32.